Edit Menu Location
When displaying QuickDraw GX print dialog boxes, your application needs to specify the location of the Edit menu and its menu items. Your application specifies the location of the Edit menu and its menu items in the Edit menu structure. The Edit menu structure is defined as follows:
struct gxEditMenuRecord { short editMenuID; short cutItem; short copyItem; short pasteItem; short clearItem; short undoItem; } gxEditMenuRecord;
Field Description
editMenuID
- Your application's resource ID for the Edit menu.
cutItem
- The position of the cut menu item under the Edit menu.
copyItem
- The position of the copy menu item under the Edit menu.
pasteItem
- The position of the paste menu item under the Edit menu.
clearItem
- The position of the clear menu item under the Edit menu.
undoItem
- The position of the undo menu item under the Edit menu.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help